home *** CD-ROM | disk | FTP | other *** search
- 7.6.2006
-
- Kari Kuvaja
- http://cs.joensuu.fi/~kkuvaja/
- kuvkar@gmail.com
-
- *********************************
- * *
- * Wild Wild Web *
- * *
- *********************************
- version : 1.1
-
-
-
- instructions :
- ----------------
-
- shoot balls of matching color to clear level.
- Dropping balls add more ammo, try to shoot root nodes down to drop longer chains.
- A removed ball removes all attached neighbors of same color also, resulting in better score.
- Each level solved adds 5 more ammo. Getting further in the game, balls of some colors act more differently
- when shot...
-
-
- controls :
- -------------------
- ESC = quit game
- mouse = aim
- left mouse button = shoot
- r = restart level
-
-
- system requirements :
- ------------------------
-
- OpenGL accelerated graphics card, 1024*768 fullscreen resolution
- probably ~ 1500 mhz processor (could be less or more...)
- Windows XP/2000
-
-
-
-
-
-
-
- depencies :
- ---------------------
- game needs following dll:s to work ( not included in distribution )
-
- USER32.dll
- SHELL32.dll
- WINMM.DLL
- ADVAPI32.DLL
- msvcrt.dll
- GDI32.dll
- KERNEL32.dll
- OPENGL32.dll
- GLU32.dll
-
-
-
-
-
-
-
-
-
- very uninteresting stuff:
- ------------------------
- Game was inspired by Experimental gameplay project (http://www.experimentalgameplay.com)
- with intention to experiment with String physics.
-
-
- Game is written mainly with Python, in addition with c using SWIG (since version 1.1,
- for optimizations)
-
- External libraries used:
-
- Psyco for optimization
- PyOpengl for graphics rendering
- PyGame for inputs and window
-
-
-
-
-
-